home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / VD08BIN.ZIP / usr / include / pm / funcs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-13  |  303 b   |  16 lines

  1. #ifndef _FUNCS_H_
  2. #define _FUNCS_H_
  3.  
  4. #ifndef _OS2_H
  5.   #define INCL_PM
  6.   #define INCL_SPLDOSPRINT
  7.   #include <objc/os2.h>
  8.   #include <objc/Object.h>
  9. #endif
  10.  
  11. void registerClasses (void);
  12. id   findObjectForWindow (HWND aWindow);
  13. id   loadInterfaceFile (char *name,id owner,HAB hab);
  14.  
  15. #endif
  16.